home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.10 / 1999-04_Disc_4.10.bin / ADDONS / QUAKE2 / Action Quake / actn1Ccl.exe / action / pak0.pak / vain.cfg < prev   
Text File  |  1998-11-12  |  2KB  |  127 lines

  1. //Vain's Action Quake2 Config File
  2.  
  3.  
  4. // Vain's Shiznit
  5.  
  6. set name "Vain"
  7. set hostname "Vain's Wacky Adventures"
  8. set skin "male\resdog"
  9. set crosshair "1"
  10. set hand "0"
  11.  
  12.  
  13. // Movement keys
  14.  
  15. bind m     "+moveleft"
  16. bind .     "+moveright"
  17. bind l     "+forward"
  18. bind ,     "+back"
  19. bind ALT     "+moveup"
  20. bind n     "+movedown"
  21.  
  22.  
  23. //Walk+run alias
  24.  
  25. alias run     "set cl_run 1; bind p walk; echo Running"
  26. alias walk     "set cl_run 0; bind p run; echo Walking"
  27. bind p     "walk"
  28.  
  29.  
  30. //Action Quake2 Keys
  31.  
  32. bind o     "reload"
  33. bind /     "weapon"
  34. bind SPACE     "opendoor"
  35. bind b    "bandage"
  36. bind i    "drop item"
  37. bind k    "drop weapon"
  38.  
  39. //sniper rifle
  40. alias sniper "weapon;sensitivity 8;echo 2x;bind / 4x"
  41. alias 4x "weapon;sensitivity 6;echo 4x;bind / 6x"
  42. alias 6x "weapon;sensitivity 3;echo 6x;bind / 1x"
  43. alias 1x "weapon;sensitivity 12;echo 1x;bind / sniper"
  44. bind / sniper
  45.  
  46. //emergency sensetivity reset key
  47. bind h "sensitivity 12; bind / sniper"
  48.  
  49. //pistol auto/semi toggle
  50. alias semi "weapon;sensitivity 12;bind ctrl auto"
  51. alias auto "weapon;sensitivity 12;bind ctrl semi"
  52. bind ctrl semi    
  53.  
  54.  
  55. // Weapon keys
  56.  
  57. bind 0 "use BFG10K"
  58. bind 8 "use Blaster"
  59. bind 2 "use Shotgun"
  60. bind 3 "use Super Shotgun"
  61. bind 4 "use Machinegun"
  62. bind 5 "use Chaingun"
  63. bind 9 "use Railgun"
  64. bind j "use grenades"
  65.  
  66.  
  67. // Inventory 
  68.  
  69. bind [         "invprev"
  70. bind ]         "invnext"
  71. bind BACKSPACE     "invdrop"
  72. bind TAB         "inven"
  73. bind ENTER         "invuse"
  74.  
  75.  
  76. // Mouse shiznit
  77.  
  78. bind MOUSE2     "weapnext"
  79. bind MOUSE1     "+attack"
  80. set in_joystick     "0"
  81. set in_mouse     "1"
  82. set m_filter     "1"
  83. set m_pitch     "0.022"
  84. set sensitivity     "12"
  85. set lookstrafe     "0"
  86. set lookspring     "0"
  87. set freelook     "1"
  88.  
  89.  
  90. // Communication
  91.  
  92. bind t     "messagemode"
  93. bind y     "messagemode2"
  94. bind F4     "wave 0"
  95. bind F5     "wave 1"
  96. bind F6     "wave 2"
  97. bind F7     "wave 3"
  98. bind F8     "wave 4"
  99.  
  100.  
  101. // Other stuff
  102.  
  103. bind =         "sizeup"
  104. bind +         "sizeup"
  105. bind -         "sizedown"
  106. bind `         "toggleconsole"
  107. bind ~         "toggleconsole"
  108. bind PAUSE         "pause"
  109. set msg         "1"
  110. set cl_run         "1"
  111. set viewsize     "100"
  112. bind ESCAPE     "togglemenu"
  113. set cl_predict     "1"
  114.  
  115.  
  116. // Function Keys
  117.  
  118. bind F1     "cmd help"
  119. bind F5     "wave 1"
  120. bind F6     "wave 2"
  121. bind F7     "wave 3"
  122. bind F8     "wave 4"
  123. bind F10     "quit"
  124. bind F12     "screenshot"
  125.  
  126. //disclaimer
  127. // Yes, my config IS exactly the same as Cail's we are soul brothers.